func golang.org/x/net/http2.actualContentLength
4 uses
golang.org/x/net/http2 (current package)
transport.go#L1191: func actualContentLength(req *http.Request) int64 {
transport.go#L1221: reqBodyContentLength: actualContentLength(req),
transport.go#L1257: if res.Body == noBody && actualContentLength(req) == 0 {
transport.go#L1483: contentLen := actualContentLength(req)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)